Chong Yidong [Mon, 31 Mar 2008 22:08:01 +0000 (22:08 +0000)]
** Auto-Save bug when file/directory no longer exists
Fix checked in.
Chong Yidong [Mon, 31 Mar 2008 22:07:40 +0000 (22:07 +0000)]
(auto_save_error_occurred): New var.
(auto_save_error): Set it.
(Fdo_auto_save): Don't overwrite the error message if an auto-save
error occurred.
Chong Yidong [Mon, 31 Mar 2008 22:07:27 +0000 (22:07 +0000)]
* fileio.c (auto_save_error_occurred): New var.
(auto_save_error): Set it.
(Fdo_auto_save): Don't overwrite the error message if an auto-save
error occurred.
Chong Yidong [Mon, 31 Mar 2008 22:02:53 +0000 (22:02 +0000)]
** Bug in url-get-authentication
Fix checked in.
Chong Yidong [Mon, 31 Mar 2008 22:02:24 +0000 (22:02 +0000)]
(url-digest-auth): Changed an if so that the interaction between the
PROMPT and OVERWRITE arguments can no longer result in the user being
queried twice for the same login and password information.
Chong Yidong [Mon, 31 Mar 2008 22:02:08 +0000 (22:02 +0000)]
* url-auth.el (url-digest-auth): Changed an if so that the
interaction between the PROMPT and OVERWRITE arguments can no
longer result in the user being queried twice for the same login
and password information.
Jason Rumney [Mon, 31 Mar 2008 14:30:43 +0000 (14:30 +0000)]
*** empty log message ***
Jason Rumney [Mon, 31 Mar 2008 14:22:12 +0000 (14:22 +0000)]
(Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
Stefan Monnier [Sat, 29 Mar 2008 19:37:56 +0000 (19:37 +0000)]
(vc-do-command): Don't show internal temp buffers.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:48:57 +0000 (00:48 +0000)]
(mac-ae-reopen-application): New function.
(mac-apple-event-map): Bind "reopen application" Apple event to it.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:48:15 +0000 (00:48 +0000)]
(update_tool_bar, redisplay_tool_bar, redisplay_window)
[USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:47:33 +0000 (00:47 +0000)]
(struct scroll_bar): Rename member control_handle_low
and control_handle_high to control_ref_low and control_ref_high.
All uses changed.
(SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
respectively. All uses changed.
(XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
(install_window_handler, remove_window_handler): Replace WindowPtr
with WindowRef in externs.
(mac_get_window_bounds): Move extern from macfns.c.
(FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
(struct mac_output) [USE_MAC_TOOLBAR]: New member toolbar_win_gravity.
(struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
(update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
Add externs.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:51 +0000 (00:46 +0000)]
Replace MenuHandle and GetMenuHandle with MenuRef and
GetMenuRef, respectively. Replace WindowPtr with WindowRef.
Replace ControlHandle with ControlRef.
(USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
[MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
(mac_begin_cg_clip): New arg F. Call SetPortWindowPort. All callers
changed so as not to call SetPortWindowPort.
(mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
(mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
mac_draw_string_common.
(mac_draw_image_string_qd): Likewise.
(mac_draw_string_common): Use them. Add INLINE.
(XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
GetGlobalMouse.
(x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
and FRAME_OUTER_TO_INNER_DIFF_Y.
[TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
[USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
(x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
repositioning window to mac_handle_window_event.
(x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
saving window location to mac_handle_window_event
[USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
(install_menu_target_item_handler): Remove argument in extern.
[TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
Also accept command events.
(do_keystroke): New function created from XTread_socket.
(init_command_handler): Remove functions.
[TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
and save window location by kEventWindowShowing and kEventWindowHiding
handlers here. Don't call next handler for window state change and
focus events.
(mac_handle_keyboard_event) [TARGET_API_MAC_CARBON]: New function.
(install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
kEventWindowShowing and kEventWindowHiding events. Move installation
of mouse, font, text input and menu target item handlers to
install_application_handler.
(install_application_handler) [TARGET_API_MAC_CARBON]: New function.
(mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
New function.
(init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Register it.
(XTread_socket) [TARGET_API_MAC_CARBON]:
Consolidate SendEventToEventTarget calls.
Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
Move keyboard handler to mac_handle_keyboard_event.
(XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
(mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
init_command_handler. Call install_application_handler.
(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background to scroll
bar gap.
(x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
(XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
scroll bars on frame edge. Check fringe background extension.
Don't clear extended fringe background area.
(TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
(TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
(TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
[USE_MAC_TOOLBAR]: New macros.
(mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
(mac_handle_toolbar_event, mac_image_spec_to_cg_image)
(mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
(mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
[USE_MAC_TOOLBAR]: New functions.
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
manually if previous repositioning has failed.
(mac_handle_keyboard_event): Use precomputed event kind.
(XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
as tool bar item click. Handle mouse movement over tool bar items.
(frame_highlight, frame_unhighlight): Don't call
ActivateControl/DeactivateControl here.
[USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
frame-notice-user-settings is non-nil.
[USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
for kEventParamFMFontStyle.
[TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
mac_pass_command_to_system and mac_pass_control_to_system here.
(XTread_socket): Call ActivateControl/DeactivateControl here.
(XTread_socket) [TARGET_API_MAC_CARBON]:
Check mac_pass_command_to_system and mac_pass_control_to_system here.
[TARGET_API_MAC_CARBON] (mac_handle_window_event): Don't use invisible
frame as parent window for repositioning.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:38 +0000 (00:46 +0000)]
[!TARGET_API_MAC_CARBON] Include Scrap.h.
[MAC_OSX] (install_service_handler): Rename from init_service_handler.
All callers changed. Return OSStatus value.
(Selection): New typedef. Use instead of ScrapRef.
(mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
(mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
(mac_clear_selection): Rename from clear_scrap.
(get_flavor_type_from_symbol): New argument SEL and subsume function of
scrap_has_target_type. All uses changed.
(mac_get_selection_ownership_info, mac_valid_selection_value_p)
(mac_selection_has_target_p): New functions.
(mac_put_selection_value): Rename from put_scrap_string.
(mac_get_selection_value): Rename from get_scrap_string.
(mac_get_selection_target_list): Rename from get_scrap_target_type_list.
(put_scrap_private_timestamp, scrap_has_target_type)
(get_scrap_private_timestamp): Remove functions.
(SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
(x_own_selection, x_get_local_selection):
Use mac_valid_selection_value_p.
(x_own_selection): Don't use put_scrap_private_timestamp.
Record OWNERSHIP-INFO into Vselection_alist instead.
(x_get_local_selection): Don't check type if request is local.
(Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:21 +0000 (00:46 +0000)]
Replace MenuHandle and GetMenuHandle with MenuRef and
GetMenuRef, respectively. Replace WindowPtr with WindowRef.
Replace ControlHandle with ControlRef.
[!TARGET_API_MAC_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
(install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
[TARGET_API_MAC_CARBON] (menu_target_item_handler): Don't call next
handler. Return immediately unless popup is activated.
[TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
Remove argument. Install handler to application.
(set_frame_menubar): Don't change deep_p.
(mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
FRAME_OUTER_TO_INNER_DIFF_Y.
(DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
(DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
[HAVE_DIALOGS]: New macros.
[HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
Use them.
(fill_menu) [TARGET_API_MAC_CARBON]: Use SetMenuItemHierarchicalMenu.
(fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
(mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]: Put special
treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p in #if 0
as it is not compatible with y-or-n-p-with-timeout.
(timer_check) [TARGET_API_MAC_CARBON]: Add extern.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
(pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
Run timers during dialog popup.
(Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
(quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: New variable.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
event loop should be quit.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Quit dialog event loop
if quit_dialog_event_loop is set.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:11 +0000 (00:46 +0000)]
Replace WindowPtr with WindowRef.
(USE_MAC_TOOLBAR): New define.
(USE_CG_DRAWING): Don't require USE_ATSUI.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:45:58 +0000 (00:45 +0000)]
* macfns.c (mac_window): Replace WindowPtr with WindowRef.
(mac_get_window_bounds): Move extern to macterm.h.
(compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
(mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
(x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:45:38 +0000 (00:45 +0000)]
(xrm_get_preference_database): Remove BLOCK_INPUT.
[TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
Use kCFAbsoluteTimeIntervalSince1970.
(wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
(ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
Remove macros.
[MAC_OSX] (socket_callback): Do nothing.
[MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
ReceiveNextEvent.
[MAC_OSX] (sys_select): Likewise. Don't set context as argument to
socket_callback.
(mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:45:27 +0000 (00:45 +0000)]
(struct frame) [MAC_OS]: New member external_tool_bar.
(FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:33:58 +0000 (00:33 +0000)]
(mac-dnd-drop-data): Remove redundant check.
Jason Rumney [Fri, 28 Mar 2008 14:59:22 +0000 (14:59 +0000)]
(pbm_load): Allow color values up to 65535.
Throw an error if max_color_idx is outside the supported range.
Report an error when image size is invalid.
Read two bytes at a time when raw images have max_color_idx above 255.
Jason Rumney [Fri, 28 Mar 2008 11:17:05 +0000 (11:17 +0000)]
(Display Custom): Mention overlay-margin in text.
Chong Yidong [Wed, 26 Mar 2008 22:57:42 +0000 (22:57 +0000)]
(EXTEND_BUFFER): Change order of pointer addition operations, to avoid
having the difference between pointers overflow.
Chong Yidong [Wed, 26 Mar 2008 22:57:32 +0000 (22:57 +0000)]
* regex.c (EXTEND_BUFFER): Change order of pointer addition
operations, to avoid having the difference between pointers
overflow.
Eli Zaretskii [Wed, 26 Mar 2008 19:06:04 +0000 (19:06 +0000)]
(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
includes `?' characters, use the 8+3 alias in cAlternateFileName instead.
Chong Yidong [Wed, 26 Mar 2008 16:49:50 +0000 (16:49 +0000)]
Bump version to 22.2.50.
Chong Yidong [Wed, 26 Mar 2008 13:50:48 +0000 (13:50 +0000)]
Regenerate.
Chong Yidong [Wed, 26 Mar 2008 13:49:17 +0000 (13:49 +0000)]
Bump version to 22.2
Chong Yidong [Wed, 26 Mar 2008 13:48:18 +0000 (13:48 +0000)]
Regenerate.
Chong Yidong [Wed, 26 Mar 2008 13:47:40 +0000 (13:47 +0000)]
Bump version to 22.2.
Kenichi Handa [Wed, 26 Mar 2008 10:23:31 +0000 (10:23 +0000)]
*** empty log message ***
Johan Bockgård [Tue, 25 Mar 2008 14:48:24 +0000 (14:48 +0000)]
(Info-isearch-search): Always return point.
Chong Yidong [Tue, 25 Mar 2008 03:14:54 +0000 (03:14 +0000)]
** Emacs 22 lockup + CCL: Quited.
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00994.html
Apparently fixed:
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01071.html
Reiner Steib [Mon, 24 Mar 2008 18:35:18 +0000 (18:35 +0000)]
(message-cite-original-without-signature): Mention
stripping of the signatur in doc string.
Andreas Schwab [Sun, 23 Mar 2008 11:59:46 +0000 (11:59 +0000)]
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
Andreas Schwab [Sun, 23 Mar 2008 11:39:33 +0000 (11:39 +0000)]
*** empty log message ***
Andreas Schwab [Sun, 23 Mar 2008 11:22:53 +0000 (11:22 +0000)]
(menu-bar-showhide-fringe-ind-menu): Fix radio
button condition.
(menu-bar-showhide-fringe-ind-menu): Likewise.
Reiner Steib [Sat, 22 Mar 2008 10:13:32 +0000 (10:13 +0000)]
(incoming mail files): Add version.
Jason Rumney [Fri, 21 Mar 2008 22:41:40 +0000 (22:41 +0000)]
Update date for expected 22.2 release.
Reiner Steib [Fri, 21 Mar 2008 21:00:45 +0000 (21:00 +0000)]
* gnus.texi (Gnus Development): Clarify difference between ding and
gnu.emacs.gnus.
(MIME Commands, Using MIME, RSS): Fix markup.
* gnus-faq.texi ([8.4]): Ditto.
Jason Rumney [Thu, 20 Mar 2008 14:17:21 +0000 (14:17 +0000)]
(add_registry): Cast return value of alloca.
Jason Rumney [Thu, 20 Mar 2008 14:12:50 +0000 (14:12 +0000)]
*** empty log message ***
Reiner Steib [Thu, 20 Mar 2008 12:39:32 +0000 (12:39 +0000)]
(Emacsen): Remove obsolete stuff.
Dan Nicolaescu [Thu, 20 Mar 2008 07:48:08 +0000 (07:48 +0000)]
(vc-bzr-print-log): Ensure it works when passed a
single file argument.
(vc-bzr-show-log-entry): Fix typo.
Dan Nicolaescu [Thu, 20 Mar 2008 06:15:05 +0000 (06:15 +0000)]
(verilog-easy-menu-filter): New function.
(verilog-stmt-menu, verilog-menu): Add :help.
(verilog-customize, verilog-font-customize)
(electric-verilog-backward-sexp, electric-verilog-forward-sexp)
(verilog-mode): Update documentation strings to match tool tips.
(verilog-auto-search-do, verilog-auto-re-search-do)
(verilog-skip-forward-comment-or-string): Fix verilog-auto
expansion when a .* appears inside a string.
(verilog-re-search-forward, verilog-re-search-backward): Add
comment to recall how this works.
Reiner Steib [Wed, 19 Mar 2008 22:28:51 +0000 (22:28 +0000)]
(Oort Gnus): Add version info WRT `mail-source-delete-incoming'.
Reiner Steib [Wed, 19 Mar 2008 22:22:49 +0000 (22:22 +0000)]
Fix version number in previous commit.
Reiner Steib [Wed, 19 Mar 2008 22:08:51 +0000 (22:08 +0000)]
(Top): Add "Other related manuals" and version info in
`iftex' output.
(Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
gnus-balloon-face-0 and the corresponding format specifiers.
Reiner Steib [Wed, 19 Mar 2008 21:29:41 +0000 (21:29 +0000)]
(open-tls-stream): Reindent.
Reiner Steib [Wed, 19 Mar 2008 21:21:38 +0000 (21:21 +0000)]
(open-tls-stream): Use with-current-buffer.
Reiner Steib [Wed, 19 Mar 2008 21:01:37 +0000 (21:01 +0000)]
[ Merge from Gnus v5-10 ]
2008-03-19 Nils Ackermann <nils@ackermath.info> (tiny change)
* nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
parameter.
* message.el (message-disassociate-draft): Specify drafts group name
fully.
2008-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
* mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
Incoming* files.
2008-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
* nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
(nntp-open-via-telnet-and-telnet): Make sure the nntp port to specify
is a string.
Glenn Morris [Wed, 19 Mar 2008 07:08:48 +0000 (07:08 +0000)]
Sync 2007-11-04 change from trunk, plus the related comments that came after.
Don't require rx when compiling.
(tls-end-of-info): Rewrite without using rx.
Dan Nicolaescu [Wed, 19 Mar 2008 04:13:46 +0000 (04:13 +0000)]
*** empty log message ***
Dan Nicolaescu [Wed, 19 Mar 2008 04:00:52 +0000 (04:00 +0000)]
(font-lock-comment-face): Set the foreground for
the light background 8 colors case.
Dan Nicolaescu [Wed, 19 Mar 2008 03:49:09 +0000 (03:49 +0000)]
(vc-bzr-print-log): Insert a file marker. Run the log
command for each file in the list.
(vc-bzr-log-view-mode): Recognize the file marker.
(vc-bzr-show-log-entry): Make regexp match more cases.
Dan Nicolaescu [Wed, 19 Mar 2008 03:43:11 +0000 (03:43 +0000)]
(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
Stefan Monnier [Wed, 19 Mar 2008 02:38:44 +0000 (02:38 +0000)]
(For Clauses): Fix loop over key-seq to match code.
Stefan Monnier [Tue, 18 Mar 2008 20:52:17 +0000 (20:52 +0000)]
(vc-bzr-log-view-mode, vc-bzr-annotate-command)
(vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
Revision numbers can include ".".
Stefan Monnier [Tue, 18 Mar 2008 20:49:52 +0000 (20:49 +0000)]
(diff-end-of-hunk): Be careful not to overlook trailing
"+" lines not accounted for by counting "-" and context lines.
Jason Rumney [Mon, 17 Mar 2008 23:34:55 +0000 (23:34 +0000)]
M-x term does not work on Windows.
Juri Linkov [Sun, 16 Mar 2008 16:16:28 +0000 (16:16 +0000)]
*** empty log message ***
Juri Linkov [Sun, 16 Mar 2008 16:10:01 +0000 (16:10 +0000)]
(dired-warn-writable): Rename to `dired-perm-write'.
(dired-perm-write): Renamed from `dired-warn-writable'.
Change parent face from `font-lock-warning-face' to
`font-lock-comment-delimiter-face'.
(dired-warn-writable-face): Rename to `dired-perm-write-face'.
(dired-perm-write-face): Renamed from `dired-warn-writable-face'.
(dired-font-lock-keywords): Replace `dired-warn-writable-face'
with `dired-perm-write-face'.
YAMAMOTO Mitsuharu [Sun, 16 Mar 2008 09:16:08 +0000 (09:16 +0000)]
(mac-service-open-file): Use file URL instead of file name string.
Stefan Monnier [Fri, 14 Mar 2008 19:38:46 +0000 (19:38 +0000)]
(vc-bzr-registered): Fail if `bzr' is not installed.
(vc-bzr-annotate-command): Preserve line alignment.
(vc-bzr-annotate-time): Accept space used to preserve alignment.
Glenn Morris [Fri, 14 Mar 2008 17:47:50 +0000 (17:47 +0000)]
(font-lock-comment-face): Move from 22.1 to 22.2
Richard M. Stallman [Thu, 13 Mar 2008 15:29:18 +0000 (15:29 +0000)]
(mouse-yank-secondary): Nice error msg if no secondary sel.
Richard M. Stallman [Thu, 13 Mar 2008 15:28:04 +0000 (15:28 +0000)]
(defadvice): Add usage pattern.
Glenn Morris [Thu, 13 Mar 2008 02:59:51 +0000 (02:59 +0000)]
More details of font-lock-comment-delimiter-face and related issues.
Reiner Steib [Wed, 12 Mar 2008 23:11:29 +0000 (23:11 +0000)]
Refer to node name `Init Rebinding' instead of title.
Reiner Steib [Wed, 12 Mar 2008 23:09:54 +0000 (23:09 +0000)]
Add `referenced in the tutorial' comments.
Reiner Steib [Wed, 12 Mar 2008 22:38:26 +0000 (22:38 +0000)]
Remove even more discussion of flow control.
Chong Yidong [Wed, 12 Mar 2008 14:37:46 +0000 (14:37 +0000)]
Update to new org-mode website.
Chong Yidong [Wed, 12 Mar 2008 14:37:39 +0000 (14:37 +0000)]
* org.texi: Update to new org-mode website.
Chong Yidong [Wed, 12 Mar 2008 13:36:10 +0000 (13:36 +0000)]
Remove discussion of flow control.
Chong Yidong [Wed, 12 Mar 2008 13:34:10 +0000 (13:34 +0000)]
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.
Chong Yidong [Tue, 11 Mar 2008 01:58:48 +0000 (01:58 +0000)]
* simple.el (set-mark-command): Doc fix.
Chong Yidong [Tue, 11 Mar 2008 01:57:57 +0000 (01:57 +0000)]
Doc fix.
Juanma Barranquero [Mon, 10 Mar 2008 22:53:10 +0000 (22:53 +0000)]
*** empty log message ***
Nick Roberts [Mon, 10 Mar 2008 22:43:56 +0000 (22:43 +0000)]
Add advice about using Cygwin GDB (from a
thread in [h-e-w]).
Nick Roberts [Mon, 10 Mar 2008 22:41:28 +0000 (22:41 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 10 Mar 2008 12:21:09 +0000 (12:21 +0000)]
(Finsert_file_contents): Don't make CCL program to
append "CCL: Quitted" when the decoding is quitted, but just
signal `quit'.
Kenichi Handa [Mon, 10 Mar 2008 12:18:02 +0000 (12:18 +0000)]
(ccl_driver): If ccl->quit_silently is nonzero, don't
append "CCL: Quitted" when the CCL program is quitted.
(setup_ccl_program): Initialize ccl->quit_silently to zero.
Kenichi Handa [Mon, 10 Mar 2008 12:16:47 +0000 (12:16 +0000)]
(struct ccl_program): New member quit_silently.
Miles Bader [Mon, 10 Mar 2008 02:39:57 +0000 (02:39 +0000)]
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-246
Chong Yidong [Mon, 10 Mar 2008 01:49:40 +0000 (01:49 +0000)]
** Emacs 22 lockup + CCL: Quited.
Chong Yidong [Mon, 10 Mar 2008 01:48:00 +0000 (01:48 +0000)]
Fix typo.
Reiner Steib [Sun, 9 Mar 2008 13:28:23 +0000 (13:28 +0000)]
(WINDOWS SUPPORT BUGS): Add two issues.
Johan Bockgård [Sat, 8 Mar 2008 16:00:20 +0000 (16:00 +0000)]
(while-no-input): Don't splice BODY directly into the `or' form.
Andreas Schwab [Sat, 8 Mar 2008 15:55:51 +0000 (15:55 +0000)]
(struct Lisp_Process): Declare bit field as unsigned.
Reiner Steib [Sat, 8 Mar 2008 15:53:31 +0000 (15:53 +0000)]
Update for change of `mail-source-delete-incoming'.
Reiner Steib [Sat, 8 Mar 2008 15:51:24 +0000 (15:51 +0000)]
(Mail Source Customization, Gnus Development, Oort Gnus):
Update for change of `mail-source-delete-incoming'.
Reiner Steib [Sat, 8 Mar 2008 12:06:58 +0000 (12:06 +0000)]
(mail-source-delete-old-incoming-confirm): Change
default to nil.
(mail-source-delete-old-incoming): Make confirmation prompt more clear.
Chong Yidong [Fri, 7 Mar 2008 17:34:48 +0000 (17:34 +0000)]
** slow editing in .h files
Chong Yidong [Fri, 7 Mar 2008 16:49:48 +0000 (16:49 +0000)]
Regenerate.
Chong Yidong [Fri, 7 Mar 2008 16:46:49 +0000 (16:46 +0000)]
Bump to version 22.1.92
Chong Yidong [Fri, 7 Mar 2008 16:26:15 +0000 (16:26 +0000)]
Regenerate.
Stefan Monnier [Fri, 7 Mar 2008 15:42:30 +0000 (15:42 +0000)]
(Fsubstitute_in_file_name): Fix up computation of maximum
size of resulting string.
Glenn Morris [Fri, 7 Mar 2008 03:54:03 +0000 (03:54 +0000)]
Remove `+++'.
Chong Yidong [Thu, 6 Mar 2008 19:32:55 +0000 (19:32 +0000)]
Copyedit.
Chong Yidong [Thu, 6 Mar 2008 19:29:30 +0000 (19:29 +0000)]
Move deprecation message to Installation Changes and rewrite it.